@Configuration
@ConditionalOnProperty(name="app.scheduler.enabled",
havingValue="true",
matchIfMissing=false)
public class QuartzConfig
extends Object
| Constructor and Description |
|---|
QuartzConfig() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.scheduling.quartz.SchedulerFactoryBean |
exampleJobSchedulerFactoryBean() |
Copyright © 2024. All rights reserved.